﻿.header {
	width: 100%;
	height: 50px;
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 50px;
	z-index: 1111;
	box-shadow: 0px 2px 8px 0px grey;
}

.head_u2 {
	display: none;
}

.header aside {
	float: right;
	height: 50px;
}

.header aside a {
	color: white;
	font-size: 15px;
}

.head_u1 {
	float: right;
	margin-right: 5%;
	height: 50px;
}

.head_u1>li {
	float: left;
	width: 70px;
	height: 50px;
	margin-right: 1px;
	text-align: center;
	position: relative;
}

.head_u1>li:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: -1;
	transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}

.head_u1>li:hover:before,.head_u1>li.active:before {
	height: 50px;
	background: #36aee8;
}

.head_u1>li:hover a,.head_u1>li.active a {
	color: white;
}

.head_u1>li a {
	font-size: 15px;
	color: #444444;
	display: block;
	font-weight: bold;
}

.header>a {
	float: left;
	margin-left: 10px;
}

.header>a img {
	height: 50px;
	margin-top: -4px;
}

.header aside>span:nth-child(2) {
	background: #36aee8;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.header aside>span {
	vertical-align: top;
}

.header aside>span:nth-child(1) {
	margin-right: 23px;
	display: inline-block;
	height: 100px;
}

.head_u3 {
	display: none;
}

.header aside>span:nth-child(1):hover input {
	width: 100px;
	border: 1px solid #36aee8
}

.header aside>span:nth-child(1) input {
	width: 0px;
	border: 1px solid white;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}

.footer {
	width: 100%;
	background: #333333;
	padding: 30px 0 0;
	overflow: hidden;
}

.footer_list1 {
	width: 1200px;
	margin: 0 auto;
}

.footer_list1 dl dt {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.footer_list1 dl dt:after {
	display: block;
	content: '';
	width: 35px;
	border-top: 1px solid white;
	margin: 15px 0
}

.footer_list1 dl dd {
	line-height: 25px;
	color: #999;
	ransition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

.footer_list1 dl dd a,.footer_list2>div span {
	color: #999;
}

.footer_list1 dl dd a:hover,.footer_list1 dl dd:hover,.footer_list2>div span:hover {
	color: white;
}

.footer_list1 dl {
	display: inline-block;
	vertical-align: top;
}

.footer_list1 dl:nth-child(2) {
	width: 35%;
	margin-left: 10%;
}

.footer_list1 dl:nth-child(2) dd {
	width: 45%;
	display: inline-block;
}

.footer_list1 dl:nth-child(3) {
	float: right;
}

.footer_list1:after {
	display: block;
	content: '';
	clear: both;
}

.footer_list1 dl:nth-child(3) img {
	width: 20px;
}

.footer_list1 dl:nth-child(3) dd:last-child img {
	width: auto;
	margin-top: 15px;
}

.footer_list2 {
	line-height: 70px;
	border-top: 1px solid #555;
	margin-top: 20px;
}

.footer_list2>div {
	width: 1200px;
	margin: 0 auto;
}

.footer_list2>div span:nth-child(2) {
	float: right;
}

.footer_list2>div span {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}

.footer_list2>div span img {
	width: 30px;
}

.footer_list2>div span:nth-child(2) a:nth-child(1) img {
	width: 28px;
}

@media screen and (max-width: 1660px) {

	.head_u1>li {
		width: 80px;
	}

	.head_u1 {
		margin-right: 0;
	}
}









/* 弹出 */

.tankuang1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 222222;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	opacity: 0;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
}

.tankuang1.active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
}

.tankuang1 img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.tankuang1 span {
	font-size: 30px;
	color: white;
	font-family: 'kaiti';
	position: fixed;
	right: 100px;
	top: 100px;
	cursor: pointer;
}







/* 产品部分弹出框部分 */

.pro_tan {
	position: fixed;
	z-index: 111;
	left: 50%;
	top: 50%;
	background: white;
	box-shadow: 0px 2px 13px 3px grey;
/* 	transform:scale(0.5); */
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.pro_tan .slnog {
	display: none;
}

.pro_tan input {
	display: none;
}

.pro_tan .al_list3 {
	width: 900px;
	padding: 0 30px 30px;
}

.pro_dianji {
	display: block;
	float: right;
	font-size: 21px;
	color: #36aee8;
	font-family: 'kaiti';
	margin-top: -68px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
}

.pro_dianji:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.pro_tan.pro_con1 .al_list5 li ol li {
	width: auto;
	margin-left: 33px;
	line-height: 45px;
}

.pro_tan.pro_con1 .al_list5 li ol {
	height: auto;
	line-height: 45px;
}

.pro_tan.pro_con1 .al_list5 li ol li a:hover {
	color: #009bcb
}

.pro_tan.pro_con1 .al_list5>ul>li {
	line-height: 45px;
}

.protan3 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.6);
	z-index: 222222;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	opacity: 0;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
}

.protan3.active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
}

.footer_list2 > div span img:nth-child(1) {
	width: 27px;
}

.fhdb {
	position: fixed;
	right: 0;
	bottom: 50%;
	padding: 10px;
	background: #36aee8;
	color: white;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s ease;
}

.fhdb span {
	font-size: 16px;
	color: white;
	font-family: kaiti;
	transform: rotate(-90deg);
}

.fhdb:hover {
	background: #2e90bf;
}

.header aside>span:nth-child(1) img {
	width: 32px;
	margin-top: -2px;
}

.header>a img {
	display: none;
}

@keyframes bian{
	0%{transform: translateX(33.333%);}
	100%{transform: translateX(-100%);}
}
.newbox{
  overflow: hidden;
  width: 492px;
  margin-top: 20px;
}
.newbox p{
  width: 300%;
  font-size: 0;
  animation: bian 25s linear infinite;
}
.newbox p a{
    display: inline-block;
    width: 33.333%;
    vertical-align: middle;
    line-height: 35px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background: url(../images/ico_21.png) no-repeat 55px center; */
    color: #999;
}
